home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set crumpet to ["level3intro", "level3introb", "level3introc", "level3introd"]
- repeat with xxx = 1 to 4
- talkinghead(getAt(crumpet, xxx))
- if the mouseDown then
- exit repeat
- end if
- end repeat
- puppetSound(0)
- go(the frame)
- end
-